mx31pdk: Use the default CONFIG_SYS_PBSIZE
authorFabio Estevam <[email protected]>
Mon, 2 Mar 2015 17:14:31 +0000 (14:14 -0300)
committerStefano Babic <[email protected]>
Fri, 13 Mar 2015 12:13:47 +0000 (13:13 +0100)
commitba1a10796316a5b81c1c91663148fc7da5843e3a
tree705e35be131c6f3fa5fdd94d5f886c2ac63f3738
parent9cf38bf71d1ebb45c55a0d9b466cef689881cb90
mx31pdk: Use the default CONFIG_SYS_PBSIZE

Entering the maximum number of characters defined by CONFIG_SYS_CBSIZE into
the console and hitting enter afterwards, causes a hang in the system because
CONFIG_SYS_PBSIZE is not capable of storing the extra characters of the error
message:
"Unknown command '' - try 'help'".

Use the default CONFIG_SYS_PBSIZE definition from config_fallbacks.h to solve
this problem.

Cc: Magnus Lilja <[email protected]>
Signed-off-by: Fabio Estevam <[email protected]>
Acked-by: Magnus Lilja <[email protected]>
include/configs/mx31pdk.h